<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	position: relative;
	font-family: Arial, "å¾®è½¯é›…é»‘";
	font-size: 12px;
}

font {
	font-family: Georgia, Helvetica, Arial, å¾®è½¯é›…é»‘;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.c-b {
	clear: both;
}

.after-c-b:after {
	display: block;
	content: "";
	clear: both;
}

img {
	max-width: 100%
}

table {
	border-collapse: collapse
}

.clear {
	clear: both;
}

.lg-container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.lg-container:after {
	display: block;
	content: "";
	clear: both;
}

.lg-part {
	width: 100vw !important;
	height: 100vh !important;
	position: relative;
}

.w-100 {
	width: 100%;
}


/*ä¸»ä½“*/

.headWrap {}

.header {}

.logo {
	float: left;
	display: table;
	height: 86px;
}

.logo p {
	display: table-cell;
	vertical-align: middle;
}

.tools {
	float: right;
	display: table;
	height: 86px;
	margin-left: 20px;
}

.tools span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.2s;
}

.tools span:before {
	font-size: 20px;
}

.tools span:nth-child(3):before {
	margin-right: 5px;
}

.tools span:hover {
	color: #435baf;
}

.nav {
	float: right;
}

.nav&gt;ul {}

.nav&gt;ul&gt;li {
	float: left;
	line-height: 86px;
	position: relative;
}

.nav&gt;ul&gt;li&gt;a {
	display: block;
	padding: 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.nav&gt;ul&gt;li&gt;a:hover {
	background: #435BAF;
	color: #fff;
}

.nav&gt;ul&gt;li ul {
	display: none;
	position: absolute;
	top: 86px;
	left: 0;
	z-index: 9;
	width: 200px;
	padding: 10px 0;
	background: rgba(255 255 255/90%);
}

.nav&gt;ul&gt;li ul li {
	line-height: 35px;
}

.nav&gt;ul&gt;li ul li a {
	display: block;
	padding: 0 10px;
	color: #737373;
	font-size: 14px;
}

.nav&gt;ul&gt;li ul li a:hover {
	background: #435BAF;
	color: #fff;
}

.nav&gt;ul&gt;li:hover ul {
	display: block;
}

.banner {}

.bodyWrap {}

.blockContainer {
	background: #f7f8fa;
}

.blockContent {}

.blockItem {
	float: left;
	width: 33.33%;
	padding: 30px 0;
}

.blockItem a {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
	transition: all 0.2s;
}

.blockItem:nth-child(1) a {
	background: url(../images/bl1.png) center no-repeat;
}

.blockItem:nth-child(2) a {
	background: url(../images/bl2.png) center no-repeat;
}

.blockItem:nth-child(3) a {
	background: url(../images/bl3.png) center no-repeat;
}

.blockItem span {
	display: block;
	text-align: center;
	padding: 30px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s;
}

.blockItem:hover a {
	border: 5px solid #435BAF;
}

.blockItem:hover span {
	color: #435BAF;
}

.publicTitle {
	padding: 30px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.aboutContainer {
	background: url(../images/abbg.png) center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.aboutContent {
	width: 800px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #737373;
	line-height: 1.8;
}

.aboutContent p {
	margin-bottom: 10px;
}

a.more {
	display: block;
	width: 60px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #435BAF;
	border-bottom: 4px solid #435BAF;
}

.productContainer {
	background: #f7f8fa;
	padding: 30px 0 0 0;
}

.subtitle {
	width: 1200px;
	margin: 0 auto;
	margin-top: -10px;
	text-align: right;
}

.subtitle a {
	color: #737373;
	font-size: 14px;
}

.subtitle a i {
	margin-left: 10px;
}

.subtitle a:hover {
	color: #435BAF;
}

.productContent {
	padding: 30px 0 0 0;
}

.productBox {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.productBox ul {}

.productBox ul:after {
	display: block;
	content: "";
	clear: both;
}

.productBox ul li {
	float: left;
	width: 23%;
	margin: 10px 1%;
	transition: all 0.2s;
}

.productBox ul li .img {
	width: 100%;
	height: 200px;
	background: #fff;
	display: table;
}

.productBox ul li .img a {
	display: block;
	width: 80%;
	height: 180px;
	margin: 10px auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productBox ul li .img img {
	max-width: 100%;
	max-height: 100%;
}

.productBox ul li .text {
	padding: 10px;
	color: #737373;
	transition: all 0.2s;
}

.productBox ul li .text span {
	display: block;
	margin: 5px 0;
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
}

.productBox ul li:hover {
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.productBox ul li:hover .text {
	background: #435BAF;
	color: #fff;
}

.productMenu {
	height: 115px;
	background: #435BAF;
}

.productMenu .lg-container {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.productMenu span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s;
	padding: 0 20px;
	text-align: center;
}

.productMenu span:hover,
.productMenu span.act {
	background: #2b449c;
}

.switchBox{
	display: none;
}


.serviceContainer {
	padding: 30px 0;
}

.serviceContent {
	padding: 30px 0;
}

.serviceContent ul {
	margin-bottom: 30px;
}

.serviceContent ul:after {
	display: block;
	content: "";
	clear: both;
}

.serviceContent ul li {
	float: left;
	width: 18%;
	margin: 10px 1%;
}

.serviceContent ul li .img {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.serviceContent ul li .img img {
	width: 100%;
	transition: all 0.2s;
}

.serviceContent ul li span {
	display: block;
	color: #737373;
	font-size: 14px;
	padding: 10px 0;
}
.serviceContent ul li:hover span{
	color: #435BAF;
	font-weight: bold;
}
.serviceContent ul li:hover .img img{
	transform: scale(1.05);
}

.newsContainer {
	padding: 30px 0;
	background: url(../images/newsbg.png) center no-repeat;
	background-size: cover;
}

.newsContent {
	margin-bottom: 30px;
}

.newsContent ul {
	margin-bottom: 30px;
}

.newsContent ul:after {
	display: block;
	content: "";
	clear: both;
}

.newsContent ul li {
	float: left;
	width: 48%;
	height: 150px;
	margin: 10px 1%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	transition: all 0.2s;
}

.newsContent ul li dl {
	float: left;
	width: 100px;
	line-height: 40px;
}

.newsContent ul li dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	transition: all 0.2s;
}

.newsContent ul li dl dd {
	font-size: 18px;
	color: #737373;
}

.newsContent ul li a {
	display: block;
	margin: 0 0 10px 100px;
	padding: 5px 0;
	font-size: 16px;
	color: #333;
	transition: all 0.2s;
}

.newsContent ul li p {
	margin: 0 0 0 100px;
	color: #737373;
	font-size: 14px;
	line-height: 1.5;
	max-height: 42px;
	overflow: hidden;
}
.newsContent ul li:hover{
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}
.newsContent ul li:hover a{
	color: #435BAF;
	font-weight: bold;
}
.newsContent ul li:hover dl dt{
	color: #435BAF;
}


.footWrap {
	background: url(../images/footbg.png) center no-repeat;
	background-size: cover;
}

.foot-title {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.contact {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	border-bottom: 1px solid rgba(255 255 255/30%);
}

.weixin {
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
}

.message {
	float: left;
	width: 665px;
	position: relative;
}

.homeOrder {}

.homeOrder .order-left {
	float: left;
}

.homeOrder .order-right {
	float: left;
}

.homeOrder input {
	width: 205px;
	height: 55px;
	padding: 0 0 0 10px;
	margin: 1px 0;
	outline: none;
	border: 0;
	color: #fff;
	background: #4b4b4b;
	border-radius: 10px;
}

.homeOrder .textarea {
	float: left;
}

.homeOrder textarea {
	width: 352px;
	height: 150px;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	outline: none;
	border: 0;
	background: #4b4b4b;
}

.homeOrder .orederBtn {
	float: left;
	width: 50px;
	height: 170px;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: center;
	line-height: 170px;
	background: #435baf;
	color: #fff;
	border-radius: 10px;
}

.homeOrder .orederBtn a {
	display: block;
	color: #fff;
}

.contactus {
	float: left;
	width: 325px;
	margin: 0 0 0 20px;
}

.contactus p {
	height: 55px;
	margin: 1px 0;
	color: #fff;
	line-height: 20px;
}

.contactus p font {
	color: #8491ad;
	display: block;
}

.contactus p i{
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	text-align: center;
	line-height: 50px;
	background: #4b4b4b;
	border-radius: 5px;
	font-size: 20px;
}

.bottom {
	padding: 10px 0;
	text-align: center;
	color: #fff;
}


/*å†…é¡µ*/
.inbanner{
	width: 100%;
	position: relative;
}
.inbanner .imgs{
	width: 100%;
}
.inbanner img{
	width: 100%;
}
.inbanner .text{
	width: 1200px;
	    position: absolute;
	    bottom: 100px;
	    left: 50%;
	    margin-left: -600px;
	    font-size: 30px;
	    font-weight: bold;
	    color: #fff;
}

.location{
	height: 40px;
	background: #f7f8fa;
}
.location span{
	display: block;
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
}
.location a{
	color: #737373;
	margin: 0 5px;
}

.content{
	min-height: 300px;
}
.contentMain.single{
	
}
.content.detail{
	width: 1003px;
	margin: 0 auto;
}
.contentHead {
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid rgba(0 0 123/18%);
}

.contentHead h2 {
	text-align: center;
	font-size: 20px;
	padding: 6px 0;
	line-height: 1.5;
}

.contentHead span {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	margin: 0 10px;
}

.contentMain {
	padding: 15px 30px;
	font-size: 14px;
	color: #545454;
	line-height: 25px;
}

.contentMain p {

}

.contentMain.single {
	font-size: 14px;
}

.content div.contentMain {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 15px
}

.content div.contentMain table {
	max-width: 99%;
	border-collapse: collapse;
	border: 0px
}

.content div.contentMain table td {
	padding: 5px;
}

.content div.contentMain table td p {
	text-indent: 0em;
}

.content img,
.content video {
	max-width: 100%;
}
.contentMain.single img{
	display: block;
	margin: 0 auto;
}

.contentFoot {
	width: 100%;
	line-height: 1.8;
	color: #999;
	padding: 15px 0;
}

.contentFoot a {
	color: #999;
}
.contentFoot a:hover{
	color: #253991;
}
.contentFoot:after {
	display: block;
	content: "";
	clear: both;
}

.contentFoot .prev,
.contentFoot .next {
	padding: 0 15px;
	box-sizing: border-box;
	transition: all 0.2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main_body{
	
}
.main_left{
	float: left;
	width: 230px;
	margin: 20px 0;
	background: #f8f9fb;
}
.main_left .menu{
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #5c72c5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.main_left ul{
	padding: 10px;
}
.main_left ul li{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.main_left ul li a{
	color: #737373;
}
.main_left ul li i{
	margin-left: 20px;
}
.main_left ul li:hover a{
	color: #435BAF;
}
.main_left ul li.act a{
	color: #435BAF;
	font-weight: bold;
}

.main_right{
	float: right;
	width: 930px;
	margin: 20px 0;
}


/*æ–‡å­—åˆ—è¡¨*/
.base_TextList{
	padding: 30px 0;
}
.base_TextList li{
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.base_TextList li:after{
	display: block;
	content: "";
	clear: both;
}
.base_TextList li dl{
	float: left;
	line-height: 30px;
}
.base_TextList li dl dt{
	font-size: 20px;
	color: #737373;
}
.base_TextList li dl dd{
	font-size: 14px;
	color: #999;
}
.base_TextList li a{
	display: block;
	margin: 0 0 10px 100px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.base_TextList li p{
	margin: 0 0 0 100px;
	color: #999;
	line-height: 1.5;
}
.base_TextList li:hover a{
	color: #435BAF;
}

/*å›¾ç‰‡åˆ—è¡¨*/
.base_menu_multi{
	height: 50px;
	border-bottom: 1px solid #eee;
	line-height: 50px;
}
.base_menu_multi:after{
	display: block;
	content: "";
	clear: both;
}
.base_menu_multi span{
	font-size: 18px;
	font-weight: bold;
	color: #435BAF;
}
.base_menu_multi a{
	float: right;
	font-size: 14px;
	color: #999;
}
.base_menu_multi a:hover{
	color: #435BAF;
}
.base_PicList_multi{
	padding: 15px 0;
}
.base_PicList_multi:after{
	display: block;
	content: "";
	clear: both;
}
.base_PicList_multi li{
	float: left;
	width: 23%;
	margin: 0 1%;
	box-sizing: border-box;
}
.base_PicList_multi li .img{
	width: 80%;
	height: 180px;
	margin: 0 auto;
	transition: all 0.2s;
}
.base_PicList_multi li .img a{
	display: block;
	margin: 10px auto;
	width: 80%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.base_PicList_multi li .img a img{
	max-width: 100%;
	max-height: 100%;
}
.base_PicList_multi li .text{
	text-align: center;
}
.base_PicList_multi li .text a{
	color: #737373;
	font-size: 14px;
	line-height: 1.8;
}
.base_PicList_multi li .text a span{
	display: block;
}
.base_PicList_multi li:hover .img{
	transform: scale(1.05);
}
.base_PicList_multi li:hover a{
	color: #435BAF;
}

.base_PicList{
	
}
.base_PicList:after{
	display: block;
	content: "";
	clear: both;
}
.base_PicList li{
	float: left;
	width: 31.33%;
	margin: 10px 1%;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.base_PicList li .img{
	width: 80%;
	height: 220px;
	margin: 0 auto;
	transition: all 0.2s;
	
}
.base_PicList li .img a{
	display: block;
	margin: 10px auto;
	width: 80%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.base_PicList li .img a img{
	max-width: 100%;
	max-height: 100%;
}
.base_PicList li .text{
	border-top: 1px solid #eee;
}
.base_PicList li .text a{
	display: block;
	padding: 10px 0;
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
	color: #737373;
	transition: all 0.2s;
}
.base_PicList li .text a span{
	display: block;
}
.base_PicList li:hover .text a{
	background: #435BAF;
	color: #fff;
}
.base_PicList li:hover .img{
	transform: scale(1.05);
}

/*äº§å“è¯¦æƒ…é¡µ*/
.productShow{
	
}
.productShow:after{
	display: block;
	content: "";
	clear: both;
}
.productShow .img{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 50%;
	height: 300px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.productShow .img img{
	max-width: 80%;
	max-height: 80%;
}
.productShow .text{
	display: flex;
	justify-content: center;
	flex-direction: column;
	float: left;
	width: 50%;
	height: 300px;
	padding: 30px 50px;
	box-sizing: border-box;
}
.productShow .text .name{
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #435BAF;
	line-height: 1.8;
	padding: 10px 0;
}
.productShow .text .link{
	padding: 10px 0;
	font-size: 14px;
	color: #737373;
	line-height: 1.8;
}
.productShow .text .link a{
	color: #737373;
}
.productShow .text .link a:hover{
	color: #435BAF;
}
.productDetail{
	margin-top: 30px;
}
.productDetail .title{
	border-bottom: 1px solid #eee;
}
.productDetail .title span{
	display: inline-block;
	width: 100px;
	background: #f2f2f2;
	border: 1px solid #eee;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
	text-align: center;
	line-height: 40px;
	color: #737373;
	font-size: 14px;
}
.productDetail .cont{
	padding: 15px;
	font-size: 14px;
	line-height: 1.8;
	color: #737373;
}

/*å›¾æ–‡åˆ—è¡¨*/
.base_PicTextList{
	
}
.base_PicTextList li{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	transition: all 0.2s;
}
.base_PicTextList li:after{
	display: block;
	content: "";
	clear: both;
}
.base_PicTextList li .img{
	float: left;
	width: 240px;
	height: 180px;
	transition: all 0.2s;
}
.base_PicTextList li a{
	display: block;
	margin: 0 0 10px 260px;
	font-size: 20px;
	color: #333;
	line-height: 1.8;
	transition: all 0.2s;
}
.base_PicTextList li p{
	margin: 0 0 0 260px;
	font-size: 14px;
	line-height: 1.8;
	color: #999;
}
.base_PicTextList li:hover a{
	color: #435BAF;
	font-weight: bold;
}
.base_PicTextList li:hover .img{
	transform: scale(1.05);
}

/*page*/
.Pager {
	padding: 10px 20px;
	text-align: center;
}

.Pager:after {
	content: "";
	clear: both;
	display: block;
}

.Pager a,
.Pager span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 3px 3px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.Pager a {
	width: 30px;
	height: 30px;
}

.Pager span {
	padding: 0 10px;
}

.Pager a.fa {
	padding: 0 10px;
}

.Pager a.act {
	background: #2B3A6C;
	color: #fff;
	font-weight: bold;
}

.Pager a:hover {
	color: #2B3A6C;
	background: #f9f9f9;
}

.Pager a.act:hover {
	background: #2B3A6C;
	color: #fff;
	cursor: text;
}

.Pager a.fa.lcok {
	color: #ccc;
	background: #fff;
	cursor: text;
}

</pre></body></html>